home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000383_news@columbia.edu _Sun Mar 4 12:21:00 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id MAA09820
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Sun, 4 Mar 2001 12:21:00 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA19696
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 4 Mar 2001 11:54:19 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@columbia.edu (Frank da Cruz)
  10. Subject: Re: FTP - loops and parameters for multifile reading
  11. Date: 4 Mar 2001 16:54:17 GMT
  12. Organization: Columbia University
  13. Message-ID: <97trvp$j7e$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <3AA19DAD.377BC1A9@aol.com>,
  17. Paul Nestler  <prnestler@aol.com> wrote:
  18. : ...
  19. : You have provided an amazing amount of detail.  However, it appears your
  20. : example is for the new FTP client you referred to and not for the standard
  21. : FTP which comes with AIX 3.2.5 or 4.x.
  22. : Am I correct?  Or should your example work with the standard FTP program on
  23. : AIX?
  24. You are correct; the example is for C-Kermit's new FTP client.  The standard
  25. FTP client does not have a built-in scripting language and is ill-suited to
  26. automation.  The new version of C-Kermit, with its built-in scriptable FTP
  27. client, is here:
  28.  
  29.   http://www.columbia.edu/kermit/ck71.html
  30.  
  31. For those who are new to Kermit, or who haven't looked at it in ten or
  32. fifteen years, I should point out that integrating an FTP client into C-Kermit
  33. was done primarily to allow FTP sessions to be scripted in the same way that
  34. serial-port and Telnet sessions have been scripted all these years: the
  35. scripting language was already there; the FTP client is new.  If you're not
  36. familiar with Kermit and would like to find out more, visit the Kermit home
  37. page:
  38.  
  39.   http://www.columbia.edu/kermit/
  40.  
  41. And if you're not familiar with Kermit scripting, see the Kermit script
  42. library for lots of examples and applications:
  43.  
  44.   http://www.columbia.edu/kermit/scriptlib.html
  45.  
  46. - Frank